+2001-08-17 Anders Carlsson <andersca@gnu.org>
+
+ * gtk/gtkstyle.c (create_expander_affine): Divide with floating
+ point numbers so that the result will be floating point.
+
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
* tests/testgtk.c (create_handle_box):
+2001-08-17 Anders Carlsson <andersca@gnu.org>
+
+ * gtk/gtkstyle.c (create_expander_affine): Divide with floating
+ point numbers so that the result will be floating point.
+
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
* tests/testgtk.c (create_handle_box):
+2001-08-17 Anders Carlsson <andersca@gnu.org>
+
+ * gtk/gtkstyle.c (create_expander_affine): Divide with floating
+ point numbers so that the result will be floating point.
+
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
* tests/testgtk.c (create_handle_box):
+2001-08-17 Anders Carlsson <andersca@gnu.org>
+
+ * gtk/gtkstyle.c (create_expander_affine): Divide with floating
+ point numbers so that the result will be floating point.
+
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
* tests/testgtk.c (create_handle_box):
+2001-08-17 Anders Carlsson <andersca@gnu.org>
+
+ * gtk/gtkstyle.c (create_expander_affine): Divide with floating
+ point numbers so that the result will be floating point.
+
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
* tests/testgtk.c (create_handle_box):
+2001-08-17 Anders Carlsson <andersca@gnu.org>
+
+ * gtk/gtkstyle.c (create_expander_affine): Divide with floating
+ point numbers so that the result will be floating point.
+
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
* tests/testgtk.c (create_handle_box):
+2001-08-17 Anders Carlsson <andersca@gnu.org>
+
+ * gtk/gtkstyle.c (create_expander_affine): Divide with floating
+ point numbers so that the result will be floating point.
+
2001-08-16 Matthias Clasen <matthiasc@waldgeist.poet.de>
* tests/testgtk.c (create_handle_box):
gdouble width;
gdouble height;
- width = expander_size / 4;
- height = expander_size / 2;
+ width = expander_size / 4.0;
+ height = expander_size / 2.0;
s = sin (degrees * G_PI / 180.0);
c = cos (degrees * G_PI / 180.0);